home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 December / december_2000.iso / Intercd / root / Mail / ^MailShield / setup.exe / data1.cab / Default_Configuration_Files / mailmerg.txt < prev    next >
Encoding:
Text File  |  2000-10-18  |  2.3 KB  |  51 lines

  1. ###########################################################################
  2. # [Mail Merge Support]
  3. #
  4. # Description: "Enable MailShield mail merge support"
  5. # Keywords: "ads, advertising, flycast, http, merge, mail merge"
  6. # Category: "Basic configuration"
  7. # Format: "{TRUE OR FALSE}"
  8. #
  9. # Determines whether MailShield's support for mail merge codes in email
  10. # should be enabled or not.  Enabling mail merge support means that 
  11. # MailShield will check every message going through it to see if the
  12. # email message contains a MailShield mail merge code in it. For example,
  13. # MailShield supports obtaining text from the HTTP GET command as a mail
  14. # merge code. One use of this feature is insert HTTP based advertisements
  15. # into your email messages.
  16. # Here is an example of a MailShield HTTP mail merge code:
  17. # <!-- merge type="httpget" url="http://www.corp.com/cgi-bin/getad" -->
  18. #
  19. # The code above instructs MailShield to perform an HTTP GET command on the
  20. # URL http://www.corp.com/cgi-bin/getad and to replace the mail merge
  21. # code with whatever text is returned by the URL. If the URL is invalid,
  22. # or the URL does not return any text, the mail merge code will be replaced
  23. # with a blank.
  24. #
  25. # The URL must be a http:// style URL. A port number may be specified
  26. # on the URL, as in: http://www.corp.com:81/cgi-bin/getad and is optional.
  27. # If multiple recipients are listed in the email message, the mail merge
  28. # code will be fetched once for each recipient, and separate email messages
  29. # will be generated for each recipient. 
  30. # An optional parameter for this mail merge code is the cookie="xxx" 
  31. # option.  Specify cookie="xxx" and MailShield will send this "xxx" value
  32. # as the cookie to the web server when performing the HTTP GET command.
  33. # You can optionally use the code $subst('recip.emailaddr') in the
  34. # cookie= line and MailShield will replace it with the email address
  35. # of the recipient of that email message.  
  36. # An example of a mail merge code with a cookie is:
  37. # <!-- merge type="httpget" url="http://www.corp.com/cgi-bin/getad" cookie="$subst('recip.emailaddr') -->
  38. # By default, the MailShield mail merge feature is disabled, and is 
  39. # set to FALSE. Set it to TRUE to enable the MailShield mail merge
  40. # feature.
  41. #
  42. # Instructions: "Please enter the word TRUE or the word FALSE below."
  43. FALSE
  44.